home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: text marks & sliders
- Date: Wed, 29 Jun 1994 15:50:11 +1000
- From: Warwick Allison <warwick@cs.uq.oz.au>
- Precedence: bulk
-
- Goemon wrote:
- >> Actually, you just need to use the rectangle area tracking events.
- >> Using just two rectangles ..
- >
- >Warwick, I think my method is MUCH easier to do. You don't have to
- >check for the rectangles, all you have to do is check to see if the
- >mouse enters an editable object or not...
-
- Your way busy-waits on mouse position. That is totally unacceptable.
-
- Or to some, maybe just barely acceptable for inside the form_do loop of
- modal dialog in LTMF.
-
- Calamus uses this mouse-position busy-wait technique too. I would sooner
- do without pretty cursor changes, thank you.
-
- --
- Warwick
-